home *** CD-ROM | disk | FTP | other *** search
- /** * * * * * * * * * * * * * * * * * * * * * * * * *
- * *
- * User Interface Script - generated by UI Editor *
- * *
- * * * * * * * * * * * * * * * * * * * * * * * * * * */
-
- //------ Key declarations --------------------------
- !LoadIncluded(s)
- !Included()
- !Interface(s)
- !Window(s,s,s)
- !Static(s,s,s)
- !ControlObject(s,s,s)
- !Button(s,s,s,s)
- !Edit(s,s,s,s)
- !Menu(s,s,s)
- !Id(s)
- !LogicSize(f,f)
- !LogicPos(f,f)
- !Mouse(i)
- !Keyboard(i)
- !Joy(i)
- !Visible(i)
- !Texture(s)
- !TextureRect(s,f,f,f,f,f,f)
- !EditTexture(s)
- !FrameCornerSize(i,i)
- !Cursor(s)
- !CursorVisible(i)
- !EditBorderWidth(f)
- !EditBorderSens(f)
- !EditState(i)
- !EditCursorSize(s)
- !EditStateOnInit(i)
- !EditCursorMove(s)
- !Text(s)
- !TextColor(f,f,f)
- !TextPosFlags(i)
- !Font(s)
- !Command(i)
- !Notify(i)
- !SelKeyUp(i)
- !SelKeyDown(i)
- !FocusSound(s)
- !TextureHightlight(s)
- !TextureHightlightRect(s,f,f,f,f,f,f)
- !TextHighLightColor(f,f,f)
- !CanFocus(i)
- !TextureChecked(s)
- !TextureCheckedRect(s,f,f,f,f,f,f)
- !TextureDisabled(s)
- !TextureDisabledRect(s,f,f,f,f,f,f)
- !TextureHightlightCheck(s)
- !TextureHightlightCheckRect(s,f,f,f,f,f,f)
- !TextDisableColor(f,f,f)
- !TextCheckedColor(f,f,f)
- !TextHighLightCheckColor(f,f,f)
- !Checked(i)
- !Disabled(i)
- !CanCallPress(i)
- !CanCheck(i)
- !CallPressPeriod(f)
- !DoubleClick(f)
- !MouseLeaveDestroyFocus(i)
- !CheckSound(s)
- !MenuButton(s,s,s,s,s)
- !TextureEdit(s)
- !TextEditColor(f,f,f)
- !ParentPositioning(i)
- !ParentCenteringX(i)
- !ParentCenteringY(i)
- !ListBoxCapacity(i)
-
- //------ UI stuff -----------------------------
- Interface("UI_LOADING")
- {
- Command(1)
- Notify(1)
- CanFocus(0)
- SelKeyUp(-1)
- SelKeyDown(0)
- Text("&&LoadingScreenLoading&&")
- TextColor(1.0,1.0,1.0)
- Font("FLJazz26")
- TextPosFlags(34)
- LogicSize(1.0,1.0)
- LogicPos(0.0,0.0)
- Mouse(1)
- Keyboard(0)
- Joy(0)
- Visible(1)
- CursorVisible(0)
- ParentPositioning(1)
- ParentCenteringX(0)
- ParentCenteringY(0)
- EditTexture("er_t_red.png")
- EditBorderWidth(2.0)
- EditBorderSens(3.0)
- EditCursorSize("data/interface/c_resize.png")
- EditCursorMove("data/interface/c_move.png")
- ControlObject("UIProgressBar","ID_PROGRESS","Specific")
- {
- Command(1)
- Notify(1)
- CanFocus(0)
- TextureHightlightRect("p_menu.png",1024.0,1024.0,801.0,91.0,1001.0,107.0)
- SelKeyUp(0)
- SelKeyDown(0)
- Text("")
- TextColor(1.0,1.0,1.0)
- Font("MSSansSerif10")
- TextPosFlags(34)
- LogicSize(0.3,0.040000003)
- LogicPos(0.1,0.545)
- Mouse(1)
- Keyboard(0)
- Joy(0)
- Visible(1)
- CursorVisible(0)
- ParentPositioning(1)
- ParentCenteringX(1)
- ParentCenteringY(0)
- TextureRect("p_menu.png",1024.0,1024.0,801.0,109.0,1001.0,125.0)
- EditTexture("er_t_red.png")
- EditBorderWidth(2.0)
- EditBorderSens(3.0)
- EditCursorSize("data/interface/c_resize.png")
- EditCursorMove("data/interface/c_move.png")
- }
- }
-